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!)
A065524 The (5^n)-th composite number. 0

%I #5 Apr 21 2018 17:32:04

%S 4,10,38,164,760,3634,17653,86542,426510,2109602,10458654,51938515,

%T 258246036,1285227649,6400837884,31896080698,159013169263,

%U 793026358830,3956152086139,19740921224246,98526658283206,491833651069513,2455555405866035,12261373736046802

%N The (5^n)-th composite number.

%t Composite[n_Integer] := Block[ {k = n + PrimePi[n] + 1 }, While[ k != n + PrimePi[k] + 1, k = n + PrimePi[k] + 1]; Return[ k ]]; Table[ Composite[5^n], {n, 0, 18} ]

%K nonn

%O 0,1

%A _Robert G. Wilson v_, Nov 27 2001

%E a(19)-a(23) from _Chai Wah Wu_, Apr 21 2018

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 April 16 16:35 EDT 2024. Contains 371749 sequences. (Running on oeis4.)