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!)
A132678 Indices of 1's in A096535. 4

%I #6 Feb 22 2013 21:38:14

%S 0,1,3,4,56,67,670,7740,41842,47345,89440,93196,189277,247372,321327,

%T 474346,826237,1988987,2364721,2886736,2937246,5426145,12969551,

%U 34658342,109686031,373121462,681070488,1000410504,4064275165

%N Indices of 1's in A096535.

%e No more terms <=14059654470.

%e Last calculated terms in A096535 are: n=14059654470, a(n-2)=12346157556, a(n-1)=1713496920, a(n)=6.

%o (Haskell)

%o import Data.List (elemIndices)

%o a132678 n = a132678_list !! (n-1)

%o a132678_list = elemIndices 1 a096535_list

%o -- _Reinhard Zumkeller_, Oct 19 2011

%Y Cf. A096274 = indices of zeros in A096535.

%Y Cf. A096274, A096535.

%K nonn

%O 1,3

%A _Zak Seidov_, Nov 15 2007

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 March 29 03:41 EDT 2024. Contains 371264 sequences. (Running on oeis4.)