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!)
A127964 Number of 0's in A127962(n). 3
0, 1, 2, 4, 5, 7, 8, 10, 14, 20, 29, 38, 49, 62, 82, 94, 98, 155, 172, 349, 853, 1307, 1768, 2902, 5249, 5344, 5638, 6194, 7238 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Apparently n such that (2^(2*n+3)+1)/3 is prime. - James R. Buddenhagen, Apr 14 2011
LINKS
FORMULA
a(n) = A023416(A000979(n)). - Michel Marcus, Nov 07 2013
MATHEMATICA
b = {}; Do[c = 1 + Sum[2^(2n - 1), {n, 1, x}]; If[PrimeQ[c], AppendTo[b, c]], {x, 0, 1000}]; a = {}; Do[AppendTo[a, FromDigits[IntegerDigits[b[[x]], 2]]], {x, 1, Length[b]}]; d = {}; Do[AppendTo[d, DigitCount[a[[x]], 10, 0]], {x, 1, Length[a]}]; d (*Artur Jasinski*)
CROSSREFS
Sequence in context: A018519 A050054 A018371 * A269929 A364238 A085370
KEYWORD
nonn
AUTHOR
Artur Jasinski, Feb 09 2007
EXTENSIONS
a(22)-a(29) from Vincenzo Librandi, Mar 31 2012
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 April 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)