[go: up one dir, main page]

login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
Revision History for A133810 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A133810 Numbers that are primally tight and have weakly ascending powers.
(history; published version)
#9 by Charles R Greathouse IV at Sat Jul 13 12:03:30 EDT 2013
LINKS

_Reinhard Zumkeller_, <, <a href="/A133810/b133810.txt">Table of n, a(n) for n = 1..10000</a>

Discussion
Sat Jul 13 12:03
OEIS Server: https://oeis.org/edit/global/1934
#8 by N. J. A. Sloane at Fri Feb 22 21:38:14 EST 2013
LINKS

_Reinhard Zumkeller, <_, <a href="/A133810/b133810.txt">Table of n, a(n) for n = 1..10000</a>

Discussion
Fri Feb 22 21:38
OEIS Server: https://oeis.org/edit/global/1866
#7 by Reinhard Zumkeller at Wed Nov 07 15:45:39 EST 2012
STATUS

editing

approved

#6 by Reinhard Zumkeller at Wed Nov 07 15:41:43 EST 2012
PROG

(Haskell)

a133810 n = a133810_list !! (n-1)

a133810_list = 1 : filter f [2..] where

f x = (and $ zipWith (<=) eps $ tail eps) &&

(all (== 1) $ zipWith (-) (tail ips) ips)

where ips = map a049084 $ a027748_row x

eps = a124010_row x

-- Reinhard Zumkeller, Nov 07 2012

CROSSREFS

Cf. A124010, A027748, A049084.

#5 by Reinhard Zumkeller at Wed Nov 07 15:40:18 EST 2012
LINKS

Reinhard Zumkeller, <a href="/A133810/b133810.txt">Table of n, a(n) for n = 1..10000</a>

STATUS

approved

editing

#4 by Russ Cox at Fri Mar 30 17:21:00 EDT 2012
AUTHOR

_Olivier Gerard (olivier.gerard(AT)gmail.com), Gérard_, Sep 23, 2007

Discussion
Fri Mar 30 17:21
OEIS Server: https://oeis.org/edit/global/117
#3 by N. J. A. Sloane at Fri Feb 27 03:00:00 EST 2009
COMMENTS

All numbers of the form p_1^k1*p_2^k2*...*p_n^k_n, where k1 <= k2 <= ... <= k_n, and the p_i are n successive primes.

KEYWORD

nonn,new

nonn

#2 by N. J. A. Sloane at Fri Jan 09 03:00:00 EST 2009
KEYWORD

nonn,new

nonn

AUTHOR

Olivier Gerard (ogerardolivier.gerard(AT)ext.jussieugmail.frcom), Sep 23, 2007

#1 by N. J. A. Sloane at Sat Nov 10 03:00:00 EST 2007
NAME

Numbers that are primally tight and have weakly ascending powers.

DATA

1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 15, 16, 17, 18, 19, 23, 25, 27, 29, 30, 31, 32, 35, 36, 37, 41, 43, 47, 49, 53, 54, 59, 61, 64, 67, 71, 73, 75, 77, 79, 81, 83, 89, 97, 101, 103, 105, 107, 108, 109, 113, 121, 125, 127, 128, 131, 137, 139, 143, 149, 150, 151, 157, 162

OFFSET

1,2

COMMENTS

All numbers of the form p_1^k1*p_2^k2*...*p_n^k_n, where k1 <= k2 <= ... <= k_n, and the p_i are n successive primes.

CROSSREFS

Cf. A025487, A087980, A073491, A133808-A133813.

KEYWORD

nonn

AUTHOR

Olivier Gerard (ogerard(AT)ext.jussieu.fr), Sep 23, 2007

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 30 19:33 EDT 2024. Contains 375545 sequences. (Running on oeis4.)